home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / ia.xml < prev    next >
Text File  |  2002-08-30  |  863b  |  31 lines

  1. <search function="ia">
  2.   <name>Internet Archive</name>
  3.   <description>
  4.     Look at copies of web pages archived at periodic intervals.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>ia cnet.com</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Fun</category>
  11.   <link>http://web.archive.org/</link>
  12.   
  13.   <script><![CDATA[
  14.     function ia(q)
  15.     {
  16.       if( nullArgs("ia",q) )
  17.         return false;
  18.       else if (q.indexOf("://") >= 0)
  19.         openSearchWindow("http://web.archive.org/web/*/" + q);
  20.       else
  21.         openSearchWindow("http://web.archive.org/web/*/http://" + q);
  22.     }
  23.   ]]></script>
  24.  
  25.   <copyright>
  26.     Copyright (c) 2002 David Bau
  27.     Distributed under the terms of the
  28.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  29.   </copyright>
  30. </search>
  31.